2008-11-12 Christian Dywan <christian@imendio.com>
Bug 559619 – invisible-char default cannot be tested
* gtk/tests/defaultvalue.c (test_type):
Skip invisible-char when testing
svn path=/trunk/; revision=21786
+2008-11-12 Christian Dywan <christian@imendio.com>
+
+ Bug 559619 – invisible-char default cannot be tested
+
+ * gtk/tests/defaultvalue.c (test_type):
+ Skip invisible-char when testing
+
2008-11-12 Richard Hult <richard@imendio.com>
* gtk/gtkdnd-quartz.c: (gtk_drag_set_icon_pixmap): Implement,
strcmp (pspec->name, "cancel-button") == 0))
continue;
+ /* Default invisible char is determined at runtime */
+ if (g_type_is_a (type, GTK_TYPE_ENTRY) &&
+ strcmp (pspec->name, "invisible-char") == 0)
+ continue;
+
/* Gets set to the cwd */
if (g_type_is_a (type, GTK_TYPE_FILE_SELECTION) &&
strcmp (pspec->name, "filename") == 0)